ComponentOne Xamarin.Android
ReplaceAsync Method (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : ReplaceAsync Method
The index.
The item.
Replaces the item at the specified index by the new specified item.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.CollectionView.C1WrapCollectionView`2/d__90)> 
Public Overridable Function ReplaceAsync( _ 
   ByVal index As Integer, _ 
   ByVal item As Object _ 
) As Task
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim index As Integer
Dim item As Object
Dim value As Task
 
value = instance.ReplaceAsync(index, item)
[AsyncStateMachine(C1.CollectionView.C1WrapCollectionView`2/d__90)] 
public virtual Task ReplaceAsync( 
   int index, 
   object item 
)

Parameters

index
The index.
item
The item.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members